net/http.http2ClientConn.nextStreamID (field)
11 uses
net/http (current package)
h2_bundle.go#L7502: nextStreamID uint32
h2_bundle.go#L7921: nextStreamID: 1,
h2_bundle.go#L7968: cc.nextStreamID = 3
h2_bundle.go#L8160: if cc.singleUse && cc.nextStreamID > 1 {
h2_bundle.go#L8176: int64(cc.nextStreamID)+2*int64(cc.pendingRequests) < math.MaxInt32 &&
h2_bundle.go#L8231: nextID := cc.nextStreamID
h2_bundle.go#L8292: maxStreamID := cc.nextStreamID
h2_bundle.go#L9345: cs.ID = cc.nextStreamID
h2_bundle.go#L9346: cc.nextStreamID += 2
h2_bundle.go#L9372: cc.vlogf("http2: Transport closing idle conn %p (forSingleUse=%v, maxStream=%v)", cc, cc.singleUse, cc.nextStreamID-2)
h2_bundle.go#L9870: neverSent := cc.nextStreamID
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |